home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / mailwa10.zip / RCVMAIL.BAT < prev   
DOS Batch File  |  1989-03-11  |  1KB  |  25 lines

  1. :RECMAIL
  2.      confMail import areas.bbs -F confmail.out -a pkxarc
  3.      confMail maint -F confmail.out
  4.      rbbsmail toss /f:arearbbs.bbs /l /tu /md /s
  5.      Msgecho /CFG:MSGECHO.CFG
  6.      IF Not Exist E:\ZECHOS\*.msg Goto SCAN
  7.  
  8. :MORE2TOSS
  9.      rbbsmail toss /f:arearbbs.bbs /l /tu /md /s
  10.      If Exist E:\ZECHOS\*.msg Echo ---------: Warning! Not All Messages were Imported! (Pass 2) > PRN
  11.      If Exist E:\ZECHOS\*.msg confMail renum -S -Q -E -Z -R E:\ZECHOS
  12.      If Exist E:\ZECHOS\*.msg Msgecho /CFG:MSGECHO.CFG
  13.      If Exist E:\ZECHOS\*.msg rbbsmail toss /f:arearbbs.bbs /l /tu /md /s
  14.      Msgecho /CFG:MSGECHO.CFG
  15.  
  16. :SCAN
  17.      REM If you are using the /B4RMS switch, make sure you place MAILWAIT
  18.      REM **BEFORE** your RBBSMAIL scan.  As below!
  19.      REM ----------------------------------------
  20.      MAILWAIT /CMD:MAILWAIT.CMD /MNT:MAILWAIT.MNT
  21.      REM ----------------------------------------
  22.      rbbsmail /f:arearbbs.bbs scan /l /o
  23.      ommm -iC:\BT\binkley.prm -mC:\MAIL\NMAIL\ -hC:\BT\OUT\ -cC:\BT\ommm.ctl -d
  24.      Goto START
  25.